Represents something to do when a user completes a module. Typically: - generate a certificate: defines the certificate to generate (by ID) and the number of CPD points to award (if any) - give rewards such as gift vouchers or entries in a draw: defintes the reward (by ID) and the number of rewards to give Type should be one of: - certificate - reward
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| itemId | Long | ||
| groupId | Long | ||
| number | Double | ||
| type | String | ||
| tag | String |
Hide comments